We've always removed this with Adwaita.
viewport->hadjustment = NULL;
viewport->vadjustment = NULL;
- gtk_widget_add_css_class (widget, "frame");
viewport_set_adjustment (viewport, GTK_ORIENTATION_HORIZONTAL, NULL);
viewport_set_adjustment (viewport, GTK_ORIENTATION_VERTICAL, NULL);
}
}
scrolledwindow {
- > viewport.frame { // avoid double borders when viewport inside scrolled window
- border-style: none;
- }
-
// This is used when content is touch-dragged past boundaries.
// draws a box on top of the content, the size changes programmatically.
> overshoot {